The Linker BCL.TTP

To invoke the linker just type
 BCL [-options] filename …
or click the BCL.TTP icon on the desktop and enter options and filenames.

If the filename doesn't contain any point, the extension .B will be appended. The executable program will be stored using the name of the first file and the extension .PRG. If the source contains any mathematical standard function calls the file MATHLIB.B must be specified too. The runtime system BCRTSY.B will be linked automatically.
Example:
 BCL -S16 TEST SUB MATHLIB
or
 BCL -S16 TEST.B SUB.B MATHLIB.B
will link the files TEST.B and SUB.B. The name of the resulting executable will be TEST.PRG (stacksize 16kB).


Subsections